projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31a45c9
)
autogen: Explicitly allow libtool > 2.2
author
Colin Walters
<walters@verbum.org>
Fri, 8 Oct 2010 20:43:38 +0000
(16:43 -0400)
committer
Colin Walters
<walters@verbum.org>
Fri, 8 Oct 2010 20:46:50 +0000
(16:46 -0400)
Apparently 2.4 is out, I'm not aware of a reason we shouldn't
allow it.
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index 1ad0b06970f07fafcbfec84c9724214a9655daf1..2b7c0e7987ddeeb5d6aa0254b0a02ccb69397061 100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-19,7
+19,7
@@
if libtoolize --version < /dev/null > /dev/null 2>&1 ; then
sed -e 's/^\(.*\)([^)]*)\(.*\)$/\1\2/g' \
-e 's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'`
case $libtool_version in
- 2.
2
*)
+ 2.*)
have_libtool=true
;;
esac